home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP12 / NOTIFY.H < prev    next >
Encoding:
Text File  |  1996-01-01  |  178 b   |  8 lines

  1. typedef struct tagCONTROLNOTIFICATIONS
  2.      {
  3.      UINT  nCode ;
  4.      LPSTR pName ;
  5.      } CONTROLNOTIFICATIONS ;
  6.  
  7. BOOL QueryNotifyText (UINT nNotifyCode, LPSTR *pName) ;
  8.